UI: Add View ISOs button to the account details pages#10488
Merged
DaanHoogland merged 1 commit intoapache:mainfrom Mar 25, 2025
Merged
UI: Add View ISOs button to the account details pages#10488DaanHoogland merged 1 commit intoapache:mainfrom
View ISOs button to the account details pages#10488DaanHoogland merged 1 commit intoapache:mainfrom
Conversation
Member
Author
|
@bernardodemarco a Jenkins job has been kicked to build UI QA env. I'll keep you posted as I make progress. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #10488 +/- ##
============================================
- Coverage 16.15% 16.15% -0.01%
Complexity 13273 13273
============================================
Files 5666 5666
Lines 498081 498084 +3
Branches 60267 60268 +1
============================================
- Hits 80475 80473 -2
- Misses 408593 408605 +12
+ Partials 9013 9006 -7
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
UI build: ✔️ |
DaanHoogland
approved these changes
Mar 3, 2025
lucas-a-martins
approved these changes
Mar 24, 2025
Contributor
lucas-a-martins
left a comment
There was a problem hiding this comment.
LGTM
Tested in local environment and QA
dhslove
pushed a commit
to ablecloud-team/ablestack-cloud
that referenced
this pull request
Jun 19, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
The
InfoCardcomponent on the account details pages provides several buttons to view the resources associated to an account. However, currently, there isn't a button to view an account's ISOs.Therefore, this PR, similarly to what has been done on #10425, adds the
View ISOsbutton in the accountsInfoCardcomponent. Additionally, as mentioned on #10393 (comment), support for filtering templates and ISOs by domain will be handled on separate PRs.Types of changes
Feature/Enhancement Scale or Bug Severity
Feature/Enhancement Scale
Screenshots (if appropriate):
How Has This Been Tested?
Verified that when selecting the
View ISOsbutton in an account'sInfoCard, the UI redirects the user to the following URL:/iso?isofilter=self&filter=self&account=<account>&domainid=<domain-uuid>.